home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d12
/
cbibcode.arc
/
CORELEFT.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-08-05
|
196 b
|
9 lines
/* coreleft.c --- p. 129 */
#include <stdio.h>
#include <alloc.h>
main()
{
unsigned long mem_avail;
mem_avail = coreleft();
printf("%lu bytes available for allocation\n", mem_avail);
}